home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 36
/
Amiga Format CD36 (1999-01-22)(Future Publishing)(GB)[!][issue 1999-02].iso
/
-seriously_amiga-
/
misc
/
megabook
/
storage
/
dialdata
/
term.mbrx
< prev
next >
Wrap
Text File
|
1998-12-12
|
677b
|
34 lines
/*
** Term Dialer for MegaBook 3
** By Tom Bampton
**
** © 1996 Eden Software
**
** This is the script run when the Dial Data option is selected from the
** Extras menu, please see the docs for creating your own script to dial
** through your terminal program.
*/
/*
Path to Term, it's run if Term isn't running
Change this to the path of your copy of Term
*/
TermPath = 'Dh1:Term/Term'
parse arg Number
/* Check if Term is running, if not, run it */
if ~show('P', 'TERM') then do
address command
'run >nil: ' TermPath
/* Wait for the ARexx port */
do 5 while ~show('P', 'TERM')
'sys:rexxc/waitforport TERM'
end
end
address 'TERM'
options results
Dial Number